Check If Numeric
Command Prototype
bRet = IsNumeric(varData)
Command Description
Determine a data is a numeric or not (can be converted to a decimal or an integer)
Parameter Description
- Required Parameter
- varData--The data to determine
- return
- bRet--The variable used to save the output of the function call